(gnus-local-organization): Renamed from ...-your-...
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 20:26:43 +0000 (20:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 20:26:43 +0000 (20:26 +0000)
(gnus-local-domain): Likewise.

lisp/paths.el

index 4e3bd2cd4d410091b7df0440389da3478c1a91e7..b618f0186c0eb9a71f6effb5d3fd128b53113789 100644 (file)
@@ -62,13 +62,13 @@ environment variable or, if none, this value.")
 Go to a local news spool if its value is nil, in which case `gnus-nntp-server'
 should be set to `(system-name)'.")
 
-(defvar gnus-your-domain nil
+(defvar gnus-local-domain nil
   "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\"
 The DOMAINNAME environment variable is used instead if defined.  If
 the function `system-name' returns a fully qualified domain name, there is no
 need to define the name.")
 
-(defvar gnus-your-organization ""
+(defvar gnus-local-organization ""
   "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\"
 The `ORGANIZATION' environment variable is used instead if defined.")